Module-level declarations
Types
Link copied to clipboard
entity account_auth_descriptor
Link copied to clipboard
entity account_meta
Link copied to clipboard
struct auth_descriptor
Link copied to clipboard
entity auth_descriptor_participant
Link copied to clipboard
Link copied to clipboard
struct multi_sig_args
Link copied to clipboard
struct rule_expression
Link copied to clipboard
enum rule_operator
Link copied to clipboard
enum rule_variable
Link copied to clipboard
struct single_sig_args
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
function auth_and_log(account_id: byte_array, auth_descriptor_id: byte_array, required_flags: list<text>): account
Link copied to clipboard
function check_auth_args(a_t: text, args: byte_array, participants: list<byte_array>, required_flags: list<text>): boolean
Link copied to clipboard
function check_multi_sig_auth(args: byte_array, participants: list<byte_array>, required_flags: list<text>): boolean
Link copied to clipboard
function check_single_sig_auth(args: byte_array, participants: list<byte_array>, required_flags: list<text>): boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
function update_variables(account_auth_descriptor: account_auth_descriptor, variables: map<text, gtv>)
Link copied to clipboard
Queries
Link copied to clipboard
@mount("ft3.get_account_auth_descriptors")
query get_account_auth_descriptors(id: byte_array): list<(id: byte_array, type: text, args: byte_array)>
Link copied to clipboard
@mount("ft3.get_account_by_auth_descriptor")
query get_account_by_auth_descriptor(auth_descriptor: auth_descriptor): byte_array?
Link copied to clipboard
Link copied to clipboard
@mount("ft3.get_account_rate_limit_last_update")
query get_account_rate_limit_last_update(account_id: byte_array): (points: integer, last_update: integer)
Link copied to clipboard
@mount("ft3.get_accounts_by_auth_descriptor_id")
query get_accounts_by_auth_descriptor_id(descriptor_id: byte_array): list<byte_array>
Link copied to clipboard
@mount("ft3.get_accounts_by_participant_id")
query get_accounts_by_participant_id(id: byte_array): list<byte_array>
Link copied to clipboard
Link copied to clipboard
@mount("ft3.is_auth_descriptor_valid")
query is_auth_descriptor_valid(account_id: byte_array, auth_descriptor_id: byte_array): boolean